home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / photo1.dir / 00055_set gP_StoryNum.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  393 b   |  14 lines

  1. global gp_storynum, gplayall
  2.  
  3. on mouseDown
  4.   if somebutton() then
  5.     set gplayall to 0
  6.     set gp_storynum to the clickOn - 5
  7.     updateStage()
  8.     set the castNum of sprite 14 to the number of member ("Photo" & gp_storynum & "s,St")
  9.     set the castNum of sprite 12 to the number of member "Stop"
  10.     set the castNum of sprite 9 to the number of member "PlayAll"
  11.     go("Play")
  12.   end if
  13. end
  14.